home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_671_manAni / frame_91 / DoAction.as
Encoding:
Text File  |  2011-09-19  |  263 b   |  10 lines

  1. this.runSta = "digOver";
  2. _global.scene.lake2.play();
  3. if(!_global.scene.digScoreOver)
  4. {
  5.    _global.scene.digScoreOver = true;
  6.    _global.ctn.game.addScore(214,285,120,100);
  7.    _global.ctn.game.addScore(20,Math.round(5 * Math.random()),120,100);
  8. }
  9. stop();
  10.